@charset "UTF-8";



@media (min-width: 768px) {
    html {
        font-size: 28px !important;
    }
}

@media (min-width: 1025px) {
    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }

    ::-webkit-scrollbar-track {
        background: #fff;
    }

    ::-webkit-scrollbar-thumb {
        background: #1f9179;
        /*border-radius: 4px;*/
    }

    ::-webkit-scrollbar-thumb:window-inactive {
        background: #1f9179;
    }

    ::-webkit-scrollbar-thumb:vertical:hover {
        background: #1f9179;
    }

    html {
        font-size: 30px !important;
    }

    body {
        -ms-overflow-style: scrollbar;
    }
}

@media (min-width: 1440px) {
    html {
        font-size: 34px !important;
    }
}

@media (min-width: 1680px) {
    html {
        font-size: 40px !important;
    }
}

/* 重置表单样式 */
select::-ms-expand {
    display: none;
}

input,
select,
textarea {
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 0;
    -ms-appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0;
}

textarea {
    resize: none;
}

select::-ms-expand {
    display: none;
}

/* 更改placeholder颜色 */
input::-webkit-input-placeholder {
    color: #888;
}

input:-moz-placeholder {
    color: #888;
}

input::-moz-placeholder {
    color: #888;
}

input:-ms-input-placeholder {
    color: #888;
}

textarea::-webkit-input-placeholder {
    color: #888;
}

textarea:-moz-placeholder {
    color: #888;
}

textarea::-moz-placeholder {
    color: #888;
}

textarea:-ms-input-placeholder {
    color: #888;
}


header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    border-bottom: 1px solid rgba(35, 102, 183, .2);
}

.header-view {
    padding: 0 3.125%;
}

header .logo {
    float: left;
    width: 10.225rem;
    font-size: 0;
    position: relative;
    margin-top: .75rem;
}

header .logo img {
    width: 100%;
    transition: all .3s;
}

header .logo .white-img {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.pc-nav {
    float: left;
    margin-left: 3.6rem;
}

.pc-nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0;
    margin-right: 1.125rem;
}

.pc-nav li:last-child {
    margin-right: 0;
}

.pc-nav li .tit {
    display: block;
    font-size:.4rem;
    line-height: 2.5rem;
    color: #1a1a1a;
    position: relative;
    transition: all .3s;
}
.addfixh{
    position: relative;
    width:100%;
    height:1.875rem;
}
.pc-nav li.has .tit {
    padding-right: .4rem;
}

.pc-nav li.has .tit:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 9px;
    height: 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/nav-sj.png');
    margin-top: -2px;
    transition: all .3s;
}

.header-right {
    float: right;
    font-size: 0;
}

.header-right .right-nav {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
}

.right-nav a {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: 2.5rem;
    color: #1a1a1a;
    margin-right: .9rem;
    transition: all .3s;
}

.right-nav a:last-child {
    margin-right: 0;
}

.header-right .lang {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 0.45rem;
    line-height: 2.5rem;
    padding-left: .6rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .45rem;
    /* background-image: url('../img/lang.png'); */
    color: #333;
    position: relative;
    vertical-align: top;
    transition: all .3s;
    font-weight: bold;
}
.m-nav{
    display: none;
}
.header-right .lang:before {
    content: "";
    position: absolute;
    width: 1px;
    height: .25rem;
    background-color: #666;
    top: 50%;
    right: -.55rem;
    transform: translateY(-50%);
    opacity: .2;
}
.fadesw.swiper-container-fade .swiper-slide {
    opacity: 0!important;
}
.fadesw.swiper-container-fade .swiper-slide-active {
    opacity: 1!important;
}
.home_b_newright {
    width:72.1875%;
    height:13.0rem;
    float: right;
    overflow: hidden;
}
.home_b_newright ul{
    height:100%;
}
.home_b_newright ul li{
    width:19%;
    height:100%;
    padding-left:1%;
    float: left;
    transition:all 1s;
}
.home_b_newright .box{
    width:100%;
    height:100%;
    display:block;
    position: relative;
}
.home_b_newright .box .bg{
    background-position:center;
    height:100%;
    width:100%;
    opacity:0.8;
}
.home_b_newright .box .tit{
    position: absolute;
    top:2rem;
    left:50%;
    transform:translateX(-50%);
    text-align: center;
    color:#fff;
    font-size: 0.6rem;
    line-height: 1.5;
}
.home_b_newright .box .tit .p2{
    font-size: 0.3rem;
}

.header-right .search-box {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin-top: .8rem;
    margin-left: .6rem;
    position: relative;
}

.header-right .search-box .search-btn {
    display: block;
    width: .9rem;
    height: .9rem;
    /* border: 1px solid rgba(51,51,51,.25); */
    border-radius: 100%;
    font-size: .35rem;
    line-height: .9rem;
    color: #666;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url('../img/search-btn.png');
    transition: all .3s;
}

.nav-btn {
    display: none;
}

.nav-mask {
    display: none;
}

.header-search-wrap {
    position: fixed;
    z-index: 4;
    left: 50%;
    top: 0.625rem;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    width: 15.0rem;
    height: 1.0rem;
    margin-left: -7.5rem;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #666;
    line-height: 1.0rem;
    transition: all 0.5s;
    background: #fff;
}

.header-search-wrap .submit {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 0.9rem;
    height: 1.0rem;
    background: url(../img/ser1.png) no-repeat center;
    border: none;
    z-index: 3;
    box-sizing: border-box;
}

.header-search-wrap .ser-input {
    width: 100%;
    height: 1.0rem;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    padding-left: 1.0rem;
}

.header-search-wrap .search-close {
    position: absolute;
    display: block;
    right: -1.5rem;
    top: 50%;
    margin-top: -0.5rem;
    width: 1.0rem;
    height: 1.0rem;
    background: url(../img/close2.png) no-repeat center;
    background-size: 0.75rem;
    cursor: pointer;
    transition-duration: .5s;
}

.header-search-wrap .search-close:hover {
    transform: rotate(90deg);
}

.hide1 {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}
.pc{
    display:block;
}
.mb{
    display:none;
}
.show1 {
    z-index: 3;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.header.bgfff {
	background: #fff;
}
header.white{
    border-color: rgba(255,255,255,.2);
    background-color: transparent;
}
header.white .logo .init-img{
    opacity: 0;
}
header.white .logo .white-img{
    opacity: 1;
}
header.white .pc-nav li .tit{
    color: #fff;
}
header.white .pc-nav li.has .tit:before{
    background-image: url('../img/nav-sj2.png');
}
header.white .right-nav a{
    color: #fff;
}
header.white .header-right .lang{
    color: #fff;
}
header.white .header-right .search-box .search-btn{
	background-image: url('../img/search-btn2.png');
	/* border-color: rgba(255,255,255,.5); */
}
.clearfixed {
    height: 2.5rem;
}
.fixed_a{
    position: fixed;
    bottom:5rem;
    z-index: 99;
    right:-8px;
    width: 80px;
}
.fixed_r{
    position: relative;
}
.fixed-box{
    display:block;
    width:80px;
    height:72px;
    background-color: #1f9179;
    background-size: cover;
    right:-8px;
    z-index:999;
    text-align: center;
    border-radius:15px;
}
.fixed-box img{
    margin-top:12px;
    width: 0.575rem;
}
.fixed-box .txt{
    color:#fff;
    font-size:0.275rem;
}
.fixed-box2{
    display:block;
    width:80px;
    height:72px;
    background-color: #1f9179;
    background-size: cover;
    background-repeat: no-repeat;
    z-index:999;
    border-radius:15px;
    margin-top:0.5rem;
    position: absolute;
}
.fixed-box2 .p{
    display:inline-block;
    vertical-align: top;
    margin:0;
    width:100%;
    text-align: center;
}
.fixed-box2 img{
    margin-top:0.3rem;
}
.fixed-box2 .txt{
    color:#fff;
    font-size:0.275rem;
}
.ewm2{
    display:none;
    vertical-align: top;
    margin:0;
    margin-left: -120px;
    width:105px;
    height:105px;
    position: absolute;
}
.ewm2 img{
    width: 100%;
    margin: auto;
    margin-top: 0.325rem;
}
.homebanner{
    position: relative;
    height:25.0rem;
    overflow: hidden;
}
.homebanner .swiper-wrapper{
    height:100%;
}
.homebanner .homebanner_box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.homebanner .homebanner_box .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-size: cover;
    background-position:center;
}
.homebanner .homebanner_box .bg img{
    width:100%;
    height:100%;
}
.homebanner .homebanner_box .content{
    width:100%;
    text-align: center;
    position: absolute;
    z-index:40;
    top:50%;
    transform:translateY(-50%);
    line-height: 1;
    box-sizing:border-box;
}
.fadesw.swiper-container-fade .swiper-slide{opacity:0!important;}
.fadesw.swiper-container-fade .swiper-slide-active{opacity:1!important;}
.homebanner .homebanner_box .content .tit{
    font-size: 1.8rem;
    color:#fff;
    padding-bottom:1.5rem;
}
.homebanner .homebanner_box .content .txt{
    font-size: 0.9rem;
    color:#fff;
    padding-bottom:1rem;
}
.homebanner .homebanner_box .content .txt1{
    font-size: 0.45rem;
    color:#fff;
    padding-bottom:1.35rem;
}
.homebanner .homebanner_box .content a{
    display:inline-block;
    width:5.5rem;
    height:1.35rem;
    background-image: url(../img/abg.png);
    background-size: 100% 100%;
    box-sizing:border-box;
    text-align: left;
    background-color: #1f9179;
    border-radius: 25px;
    padding-left:1rem;
}
.homebanner .homebanner_box .content a span{
    text-align: left;
    color:#fff;
    line-height:1.35rem;
    font-size: 0.45rem;
    transition:all 0.8s;
}
.homebanner .tfl .homebanner_box .content{
    text-align:left;
}
.w1600{
    padding: 0 8.3334%;
}
.progressBar{
    position: absolute;
    left: 0;
    bottom: 2.25rem;
    height: 2px;
    z-index:9999;
}
.progressBar .bar{
    width: 0;
    height: 100%;
    background-color: #fff;
}
.progressBar .box{
    width: 12.0rem;
    height: 100%;
    position: relative;
    background-color: rgba(255,255,255,.3);
}
.progressBar .box:after{
    content: "";
    background-image: url(../img/bannerl.png);
    width: 0.175rem;
    height: 0.4rem;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right:-0.4rem;
    top: -0.17rem;
}
.home_a{
    width:100%;
    height:18.875rem;
    background-color:#fff;
    box-sizing:border-box;
    background-image: url(../img/h1b.png);
    background-size: cover;
    background-position: center;
}
.home_a_box{
    padding: 1.8rem 8.3334%;
}
.home_a_box .content_left{
    float: left;
    width:36%;
}
.home_a_box .content_left .tit{
    color:#1f9179;
    font-size: 0.6rem;
    padding-bottom:1rem;
}
.home_a_box .content_left .list{
    color:#222;
    font-size: 0.45rem;
    padding-bottom:1rem;
    line-height: 1.5;
}
.home_a_box .content_left .txt{
    font-size: 0.4rem;
    padding-bottom:1.7rem;
}
.blond{
    font-size: 1.2rem;
    font-weight: 500;
}
.home_a_box .content_left .more{
    display:inline-block;
    width:4.5rem;
    height:1.375rem;
    font-size: 0.4rem;
    line-height:1.375rem;
    color:#333333;
    border:1px solid #eee;
    text-align: center;
    box-sizing:border-box;
    position: relative;
    transition:all .4s;
}
.home_a_box .content_right{
    margin-top:2.0rem;
    float: right;
    width:50%;
    position: relative;
    height:11.25rem;
}
.home_a_box .content_right a{
    display:block;
    width:100%;
    height:100%;
    position: relative;
    text-align: center;
}
.home_a_box .content_right .bg{
    width:100%;
    height:100%
}
.home_a_box .content_right .paly{
    position: absolute;
    left:50%;
    top:50%;
    transform:translate(-50% ,-50%);
    z-index:22;
    cursor:pointer;
}
.home_a_box .content_right .paly.on{
    opacity:0;
}
.home_a_box .content_right .videoPlay1{
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}

.vidcontainer{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    cursor: pointer;
    z-index: 999;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.home_b{
    width:100%;
    height:22.5rem;
    background-color:#1f9179;
}
.home_b_box{
    padding: 1.8rem 8.3334%;
}
.home_b_box .top{
    width:100%
}
.home_b_box .top .tit{
    font-size: 1.2rem;
    color:#fff;
}
.home_b_box .top .txt{
    width:100%;
    display:inline-block;
    font-size: .4rem;
    color:#fff;
    line-height: 1.25rem;
}
.home_b_box .top .more{
    display:inline-block;
    width:4.5rem;
    height:1.25rem;
    line-height: 1.25rem;
    font-size: 0.4rem;
    color:#fff;
    border:1px solid rgba(220, 220, 220,0.5);
    text-align: center;
    box-sizing:border-box;
    position: relative;
    transition:all .4s;
    float: right;
}
.home_b_box .content{
    width:100%;
    padding-top:1.25rem;
}
.home_b_left{
    width:7.5rem;
    height:13.0rem;
    box-sizing:border-box;
    overflow: hidden;
    position: relative;
}
.home_b_left_box {
    padding-right:0.9rem;
}
.home_b_left_box .tit{
    font-size: 0.75rem;
    color:#fff;
    line-height: 1.5;
}
.home_b_left_box .smalltit{
    font-size: 0.75rem;
    color:#fff;
    line-height: 1.5;
    padding-bottom:1.25rem;
}
.home_b_left_box .smalltit span{
    font-size: 0.75rem;
    color:#fff;
    line-height: 1.5;
    padding-bottom:1.25rem;
    opacity:0.2;
}
.home_b_left_box .smalltit img{
    display:inline-block;
    width:0.9rem;
    height:1.0rem;
    margin-left:0.5rem;
    margin-top:-0.2rem;
}
.home_b_left_box .txt{
    font-size: 13px;
    color:#fff;
    line-height: 2;
}
.home_b_left_box .more{
    text-align: right;
    padding-top:1.0rem;
}
.home_b_left_box .more a{
    font-size: 13px;
    color:#fff;
}
.home_b_left_box .more span{
}
.home_b_right{
    width:72.1875%;
    height:13.0rem;
    float: right;
    overflow: hidden;
}
.home_b_right .home_b_slide{
    width:19%;
    height:100%;
    padding-left:1%;
}
.home_b_right .swiper-slide.home_b_slide.swiper-slide-active{
    width:40%;
}
.home_b_right .swiper-slide .box{
    height:100%;
    width:100%;
    position: relative;
}
.home_b_right .swiper-slide .box .bg{
    background-position:center;
    height:100%;
    width:100%;
    opacity:0.8;
}
.home_b_right .swiper-slide .box .tit{
    position: absolute;
    top:2rem;
    left:50%;
    transform:translateX(-50%);
    text-align: center;
    color:#fff;
    font-size: 0.6rem;
    line-height: 1.5;
}
.home_b_right .swiper-slide .box .tit .p2{
    font-size: 0.3rem;
}
.home_b_right .swiper-slide.home_b_slide.swiper-slide-active .box .bg{
    opacity:1;
}
.home_b_right .swiper-slide.home_b_slide.swiper-slide-active .box .tit{
    opacity:0;
}
.vidcontainer .video-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 66.67%;
    transform: translate(-50%, -50%);
}
.swiper-button{
    width:100%;
    position: absolute;
    bottom:0;
    height:22px;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: auto; 
    bottom:0;
    width: 35.5px;
    height: 22px;;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 30%;
    right: auto;
}
.swiper-spage {
    position: absolute;
    bottom: 6px;
    left: 50%;
    font-size: 0.4rem;
    color: #fff;
    line-height: 0;
}
.swiper-spage span{
    opacity: 0.5;

}
.swiper-spage .active{
    font-size: 1.8rem;
    color:#fff;
    opacity:1;
    margin-right: 0.3rem;
}
.home_c{
    width:100%;
    height:16.65rem;
    position: relative;
    background-color:#f2f2f2;
}
.home_c_box{
    padding: 1.8rem 8.3334%;
    position: relative;
}
.home_c_box .home_c_tit{
    width:100%;
    text-align: center;
    font-size: 0.4rem;
    color:#999999;
    line-height: 1.5;
}
.home_c_box .home_c_tit .tit{
   font-size: 1.075rem;
   color:#333333;
}
.home_c_box .serv-banner{
    padding-top: 1.0rem;
    overflow: hidden;
}
.home_c_box .serv-banner .swiper-slide{
    width:33%;
}
.serv-banner .box{
    width:100%;
    height:7.5rem;
    overflow: hidden;
    position: relative;
}
.serv-banner .box img{
    width:100%;
    opacity:0.9;
}
.serv-banner .box .tit{
    position: absolute;
    text-align: center;
    width:100%;
    font-size: 0.6rem;
    color:#fff;
    z-index:22;
    top: 50%;
    transform: translateY(-50%);
    opacity:1;
    transition:all 0.4s;
}
.box{
    display:block;
}

.serv-banner .box  .hovertit{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(38,142,127,.8);
    text-align: center;
    color:#fff;
    line-height: 1;
    opacity:0;
    transition:all 0.4s;
}
.serv-banner .box  .p1{
    padding-top:1.25rem;
    font-size: 0.6rem;

}
.serv-banner .box  .p2{
    box-sizing:border-box;
    padding-top:0.6rem;
    padding-left:15%;
    padding-right:15%;
    font-size: 0.4rem;
    line-height: 1.5;
    width:100%;
    text-align: center;
    
}
.serv-banner .box .p3 img{
    padding-top:1.25rem;
    width:1.275rem;
    height:1.275rem;

}

.serc-pagination{
    z-index:22;
    width:100%;
    bottom: 0;
}
.serc-pagination .swiper-pagination-bullet{
    width:0.3rem;
    height:0.3rem;
    background-color:#797979;
    border-radius:50%;
}
.serc-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:#1f9179;
}
.vidcontainer .mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .8;
}
.home_d{
    width:100%;
    /*height:23.375rem;*/
    background-color:#fff;
    position: relative;
}
.home_d .home_d_box{
    padding: 2.25rem 8.3334%;
    position: relative;
}
.home_d .home_d_box .top .tit{
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
}
.home_d .home_d_box .top .adds{
    font-size: 0.45rem;
    margin-left:2.5rem;
    line-height: 1;
}
.home_d .home_d_box .top .adds a{
    margin-right:1.125rem;
    color:#999999;
}
.home_d .home_d_box .top .adds a.on{
    color:#1f9179
}
.home_d .home_d_box .content{
    padding-top:0.75rem;
    position: relative;
}
.home_d_banner{
    width:100%;
    overflow: hidden;
    border:1px solid #eee;
    position: relative;
}
.home_d_banner .home_d_wrapper{
    width:100%;
}
.home_d_banner .home_d_wrapper .box{
    width:100%;
    height:10.0rem;
    box-sizing:border-box;
}
.home_d_banner .home_d_wrapper .box .home_d_left{
    width:50%;
    box-sizing:border-box;
    padding:1.25rem;
    float: left;
    height:100%;
    position: relative;
}
.home_d_banner .home_d_wrapper .box .home_d_left .p1{
    font-size: 0.5rem;
    line-height: 1.5;
    padding-top:0.6rem;
    padding-right: 1.5rem;
    font-weight: 700;
    color:#333;
}
.home_d_banner .home_d_wrapper .box .home_d_left:after{
    content:'';
    width:0.8rem;
    height:0.8rem;
    background-color:#fff;
    position: absolute;
    transform: rotate(45deg);
    top:2.2rem;
    right: -0.2rem;
}
.home_d_banner .home_d_wrapper .box .home_d_left .p2 {
    font-size: 0.4rem;
    line-height: .7rem;
    padding-top: 0.6rem;
    padding-bottom: 1.25rem;
    color: #666666;
    height: 2.1rem;
    overflow: hidden;
}
.time{
    font-size: 0.3rem;
    color:#999999;
    background-image: url(../img/time.png);
    background-repeat:no-repeat;
    background-position:left;
    background-size: 0.35rem 0.35rem;
    padding-left: 0.5rem;
}
.home_d_banner .home_d_wrapper .box .home_d_right{
    width:50%;
    box-sizing:border-box;
    float: right;
    overflow: hidden;
    height:100%;
}
.home_d_banner .home_d_wrapper .box .home_d_right img{
    width:100%;
}
.news-pagination{
    position: absolute;
    left: -5% !important;
}
.news-pagination .swiper-pagination-bullet{
    width:0.3rem;
    height:0.3rem;
    background-color:#797979;
    border-radius:50%;
}
.news-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:#1f9179;
}
.news_list{
    width:100%;
}
.news_list a{
    float: left;
    display:inline-block;
    width:33.333%;
    margin-top:1.5rem;
    padding-right: 1.2rem;
    padding-left:1.2rem;
    box-sizing:border-box;
    line-height: 1.5;
    position: relative;
    border-right:1px solid #eee;
}
.news_list a .p1{
    font-size: 0.45rem;
    font-weight: 700;
    color:#333;
}
.news_list a .p2 {
    padding-top: 0.6rem;
    font-size: 0.35rem;
    color: #666;
    padding-bottom: 0.6rem;
    line-height: 0.7rem;
    height: 2.1rem;
    overflow: hidden;
}

.listul{
    width:100%;
    border-right: 1px solid #eee;
}
.vidcontainer .closevid{
    width: 1.5rem;
    height: 1.5rem;
    background-image: url('../img/close-vid2.png');
    background-size: .35rem;
    border: 1px solid #fff;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    right: -2.5rem;
    cursor: pointer;
    transition: all .3s;
}
.vidcontainer video{
    width: 100%;
    outline: none;
}
.
header.bgf3{
    background-color: #fff;
}
footer{
    position: relative;
    width:100%;
    background-color:#f5f5f5;
    height: auto;
    padding-bottom: 0.6rem;
    box-sizing:border-box;
}
.footer{
    position: relative;
    border-top: 1px solid #eee;
    background-color:#f5f5f5;
    padding-bottom:1rem;

}
.footer_top{
    width:100%;
    border-bottom: 1px solid #eee;
    height:2.5rem;
    line-height:1;
    position: relative;
}
.footermain{
    padding: 0 8.3334%;
    height:100%;
}
.footer_top  .phone{
    display:inline-block;
    height:auto;
    position: relative;
    float: left;
    margin-right: 0.6rem;
    float: left;
    margin-top:0.9rem;
}
.footer_top  .phone img{
    margin-top: -0.25rem;
}
.footer_top  .phone span{
    font-size: 0.6rem;
    padding-left:0.4rem;
    
}
.foot-link{
    width: 5.3rem;
    display:inline-block;
    vertical-align: top;
    margin-left: 0.6rem;
    margin:0;
    float: left;
    margin-top:0.7rem;
}
.phone-box{
    display:inline-block;
    height:auto;
    position: relative;
}
.footer_top  .footer_select {
    width: 220px;
    position: relative;
    height: 1.175rem;
    background-color: #fff;
    display: inline-block;
    border:1px solid #ccc;
     padding:0 5%;
     box-sizing: border-box;
}
.footer_select .item {
    cursor: pointer;
    position: relative;
    width: 100%;
    left: 0;
    height: 100%;

}
.footer_select .select {
    position: relative;
}
.footer_select  .select .sector-tit {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.175rem;
    box-sizing: border-box;
    font-size: .35rem;
    color: #666;
    background-repeat: no-repeat;
    background-position: 100% center;
    background-image: url(../img/sss8.png);
}
.footer_select .select .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 1.175rem;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 4.8rem;
    overflow: auto;
}
.footer_select .select .sub a {
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #666;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    font-size: .3rem;
    box-sizing: border-box;
    transition: all .2s;
    padding-left: 0.2rem;
}
.footer_top .phone img{
    margin:0;
}
.footer_nav{
    height:100%;
}
.footer_nav a{
       vertical-align: text-top;
    display: inline-block;
    height: 100%;
    line-height: 2.5rem;
    font-size: 15px;
    text-align: center;
    color: #333;
    margin-left: .5rem;
}
.footer_content_left{
    float: left;
}
.footer_content_right{
    float: right;
}
.footer_content_left p{
    font-size: 13px;
    color:#333333;
}
.footer_content_left a{
    font-size: 13px;
    color:#333333;
}
.footer_content_left p:first-child{
    padding-top:0.875rem;
    font-size: 20px;
    font-weight: 500;
}
.footer_content_left .copy{
 padding-top: .875rem;
 font-size: 14px;
 color: #999999;
 display: inline-block;
}
.footer_content_left .copy a{
    font-size: 14px;
    color: #999999;
    margin-right: 0.3rem;
}
.footer_content_left .copy em{
    color:#1f9179;
    font-style: normal;
}
.footer_content_right div{
    display:inline-block;
    padding-top:0.875rem;
}
.footer_content_right .txt{
    margin-right: 0.75rem;
    font-size: 14px;
    color:#999;
    text-align: right;
}

.footer_content_right .txt p:first-child{
   padding-top: .6rem;
}
.sub_banner{
    width:100%;
    height:16.25rem;
    position: relative;
}
.sub_banner .bg{
    width:100%;
    height:100%;
    background-size: cover;
    position: relative;
}
.sub_banner .bg .tit{
    text-align: center;
    width:100%;
    position: absolute;
    top:50%;
    transform:translateY(-50%);
    font-size: 0.4rem;
    color:#fff;
    line-height:1.5;
}
.sub_banner .bg .tit .big{
    font-size: 1.2rem;
}
.addess{
    width:100%;
    text-align: center;
    height:1.875rem;
    border-bottom:1px solid #eee;
    background-color:#fff;
    z-index: 999;
}
.addess a{
    display:inline-block;
    height:100%;
    padding:0 0.5rem;
    line-height:1.875rem;
    font-size: 15px;
    color:#666666;
    font-weight: 500;
    position: relative;
    transition: all 0.8s;
}
.addess a:after{
    content:"";
    width:0;
    height:1px;
    background-color:#1f9179;
    position: absolute;
    bottom:0;
    left:0;
    transition: all 0.8s;
}
.addess a.on{
    color:#1f9179;
}
.addess a.on:after{
    width:100%;
}
.about_main{
    padding: 2.5rem 8.3334% 0;
    height:100%;
    position: relative;
    box-sizing:border-box;
}
.about-a{
    width:100%;
    height:22.5rem;
    position: relative;
    background-color:#fff;
}
.about_left{
    width:50%;
    float: left;
    height:100%;
    line-height:2;
    font-size: 0.35rem;
    color:#666666;
}
.about_tit{
    font-size: 1.2rem;
    color:#333;
    font-weight: 500;
    line-height:1;
}
.about_left .p1{
    padding-top:.8rem;
    font-size: 0.75rem;
    color:#1f9178;
}
.about_left .p2{
    font-size: 0.3rem;
}
.about_left .txt{
    padding-top:.8rem;
    color:#666666;
}
.about_left .txt em{
    font-style: normal;
    color:#333;
    font-weight: 500;
}
.about_right{
    width:50%;
    float: left;
    height:100%;
}
.about_right .img{
    margin-left: 2.0rem;
    box-sizing:border-box;
    overflow: hidden;
    height:13.0rem;

}
.about_right .img img{
    width:100%;
    height:100%;
    transition: all 0.8s;
}
.about_right .list{
    box-sizing:border-box;
    width:100%;
    padding-top:.8rem;
    padding-left: 2.0rem;
}
.about_right .list .item{
    width: 50%;
    float: left;
    text-align: left;
    box-sizing: border-box;
    line-height: 1.5;
    border-left: 1px solid #eee;
    padding-left: .6rem;
}
.about_right .list .item .num span{
    margin-left:0.4rem;
    font-size: 0.4rem;
    color: #666666;
    font-weight: normal;
}
.about_right .list .item .num span.num1{
    font-size: 1.5rem;
      margin-left:-.1rem;
    font-weight: 700;
    color:#222;
}
.about_right .list .item .txt{
    font-size: 0.4rem;
    color: #666666;
}
.about-b{
    width:100%;
    height:18.75rem;
    position: relative;
    background-size: cover;
}

.covercolor{
    position: relative;
    background-color:rgba(37,134,120,.6);
    width:100%;
    height:100%;

}
.about-b-tit{
    width:100%;
    text-align: left;
    font-size: 1.2rem;
    line-height:1;
    color:#fff;
    z-index:22;
}
.about-b-tit span{
    font-size: 1.8rem;
    
}
.about-b-tit em{
    font-style: normal;
    font-size: 0.6rem;
    margin-left: .4rem;
}
.about-b-content {
    width:100%;
    height:13.75rem;
    position: relative;
}
.about-b-content .linebox{
    width:100%;
    position: absolute;
    top:5%;
    border-top:1px solid #fff;
    transform:rotate(-7deg);

}
.about-b-content .linebox:after{
    content:'';
    position: absolute;
    width:0.4rem;
    height:9px;
    right:-0.5rem;
    top:-5.2px;
    background-image: url(../img/jj.png);
    background-size: 100% 100%;
    background-repeat:no-repeat;
}
.about-b-content .linebox .line{
    display:inline-block;
    width:1px;
    height:0.6rem;
    background-color:#fff;
    transform:rotate(7deg);
    margin-left: 0.4rem;
    vertical-align: top;
}
// .about-b-content .content.con1{
    //     top: 28%;
    //     left: 10%;
    // }
    // .about-b-content .content.con2{
        //     top: 20%;
        //     left: 27%;
        // }
        // .about-b-content .content.con3{
            //     top: 15%;
            //     left: 44%;
            // }
            // .about-b-content .content.con4{
                //     top: 9%;
                //     left: 61%;
                // }
                // .about-b-content .content.con5{
                    //     top: 2%;
                    //     left: 78%;
                    // }


                    .about-b-content .content .year{
                        font-size: 0.45rem;
                        color:#fff;
                        padding-bottom:0.4rem;
                        padding-left: 0.4rem;
                    }
                    .about-b-content .box{
                        width:4.825rem;
                        height:5.0rem;
                        background-image: url(../img/ybg.png);
                        background-size: 100% 100%;
                        word-wrap: break-word;
                        word-break: normal;
                        color:#fff;
                    }
                    .about-b-content .box p{
                        font-size: 0.35rem;
                        padding:0.8rem 5% 0;
                        line-height:1.5;
                        word-wrap: break-word;
                        word-break: normal;
                    }
                    .linec{
                        width:85%;
                        margin:0 auto;
                        position: relative;
                    }
                    .linec .content{
                        position: absolute;
                        left:0.6rem;
                        top:1.5rem;
                        transform:rotate(7deg);
                    }
                    .line_con{
                        position:relative;
                        display: inline-block;
                    }
                    .about-b-content .linebox .line.on{
                        height:2rem;
                    }
                    .about-b-pev{
                        display:block;
                        position: absolute;
                        left:0;
                        transform:translateY(-50%);
                        top:50%;
                    }
                    .about-b-next{
                        display:block;
                        position: absolute;
                        right:0;
                        transform:translateY(-50%);
                        top:50%;
                    }
                    .about-c{
                        width:100%;
                        height:23.55rem;
                        position: relative;
                        background-color:#f5f5f5;
                    }
                    .about-c .bg{
                        width:100%;
                    }
                    .about-c .bg img{
                        width:100%;

                    }
                    .about-c-tit{
                        width:100%;
                        font-size: 1.2rem;
                        color:#333;
                        text-align: center;
                        line-height:1;
                        margin-top:-0.5rem;
                        text-align: center;
                    }
                    .about-e-tit{
                        width:40%;
                        font-size: 1.2rem;
                        color:#fff;
                        text-align: center;
                        line-height:1;
                        margin:0 auto;
                        padding-bottom:1.75rem;
                    }
                    .about-e-tit .p2{
                        font-size: 0.45rem;
                        padding-top:1.375rem;
                        line-height:1.5;
                    }
                    .about-e{
                        width:100%;
                        height:19.25rem;
                        background-size: cover;
                        position: relative;
                        background-position: center;
                    }
                    .about-e .list{
                     width:100%;
                 }
                 .about-e .list a{
                    float: left;
                    width:23.875%;
                    height:7.15rem;
                    background-color: rgba(62,66,68,.7);
                    margin-left: .8%;
                    border-radius:0.125rem;
                    text-align: center;
                    box-sizing:border-box;
                    color:#fff;
                    transition:all 0.8s;
                }
                .about-e .list a img{
                    width:1.325rem;
                    padding-top:1rem;
                }
                .about-e .list a .p1{
                    font-size: 0.6rem;
                    font-weight: 500;
                }
                .about-e .list a .p2 {
                    padding: 0.2rem 10%;
                    font-size: 0.375rem;
                    line-height: 0.7rem;
                    height: 2.8rem;
                    overflow-y: auto;
                }
                .about-e .list a:first-child{
                    margin-left: 0;
                }
                .about-d{
                    width:100%;
                    height:23.5rem;
                    position: relative;
                    background-color:#fff;
                }
                .about-d-content{
                    width:100%;
                    position: relative;
                    height:16.95rem;
                    overflow: hidden;
                }
                .about-d-content .about-d-left{
                    width:50%;
                    height:100%;
                    background-color:#f2f2f2;
                    float: left;
                    overflow: hidden;
                }
                .about-d-content .about-d-left .box .img{
                    width:100%;
                    height:100%;
                    display:none;
                    overflow: hidden;
                }
                .about-d-content .about-d-left .box .img img{
                    width:100%;
                    height:100%;
                    transition:all 0.8s;
                }
                .about-d-right{
                    width:50%;
                    height:100%;
                    float: right;
                    overflow: hidden;
                    padding-left: 2.0rem;
                    padding-right: 2.0rem;
                    padding-top:0.75rem;
                    box-sizing:border-box;
                    position: relative;
                }
                .about-d-right .tit{
                    font-size: 1.2rem;
                    font-weight: 500;
                    color:#333;
                    line-height:1;
                    padding-bottom:2rem;
                }
                .show{
                    display:block;;
                }
                .about-d-right .tit .more{
                    display:inline-block;
                    width:4.5rem;
                    height:1.25rem;
                    font-size: 0.4rem;
                    line-height:1.25rem;
                    text-align: center;
                    border: 1px solid #eee;
                    color:#333;
                    font-weight: normal;
                    float: right;
                    z-index:22;
                    transition:all 0.8s;
                }
                .about-d-right .tit .more em{
                    color:#eee;
                    padding-left:0.2rem;
                }
                .about-d-right-content{
                    overflow: hidden;
                    width:100%;
                    height:11.25rem;
                }
                .about-d-right-content .swiper-slide{
                    width:100%;
                    height:2rem;
                    position: relative;
                    cursor: pointer;
                }
                .about-d-right-content .swiper-slide.swiper-slide-active{
                    height:3.125rem;
                    border-bottom:1px solid #eee;
                    border-top: 1px solid #eee;
                    font-size: 0.6rem;
                    color:#1f9179;
                }
                .about-d-right-content .swiper-slide.swiper-slide-active .box{
                    font-size: 0.6rem;
                    color:#1f9179;
                }
                .about-d-right-content .box{
                    width:100%;
                    font-size: 0.4rem;
                    color:#999;
                    position: absolute;
                    top:50%;
                    transform:translateY(-50%);
                }
                .ry-button-prev,
                .ry-button-next{
                    display:block;
                    position: absolute;
                    width:0.875rem;
                    height:0.45rem;
                    background-size: 100%,100%;
                    background-repeat:no-repeat;
                }
                .ry-button-prev{
                    background-image: url(../img/t5.png);
                    top: 15%;
                    right: 11%;
                }
                .ry-button-next{
                   background-image: url(../img/t5.png);
                   transform:rotate(-180deg);
                   bottom:1%;
                   right:11%;
               }
               .about-f{
                width:100%;
                height:19.75rem;
                position: relative;
                background-color:#fff;
            }
            .about-f-tit{
                width:100%;
                text-align: center;
                font-size: 1.2rem;
                color:#333;
                font-weight: 500;
            }
            .about-f .content{
                padding-top: .4rem;
                height:12.0rem;
                width:100%;
            }
            .about-f .content .left{
                width:50%;
                height:100%;
                background-color:#222;
                position: relative;
                float: left;
            }
            .map{
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
            }
            .about-f .content .right{
                width:48%;
                height:100%;
                position: relative;
                float: right;
                border: 1px solid #eee;
                box-sizing:border-box;
            }
            .about-f .content .right .tit{
                padding-top:1.5rem;
                padding-left: 1.75rem;
            }
            .about-f .content .right .tit .p1{
                font-size: 0.6rem;
                color:#1f9179;
                font-weight: 500;
            }
            .about-f .content .right .tit .list{
                padding-top:1.25rem;
                font-size: 0.4rem;
                color:#333;
                line-height: 2;
                font-weight: 500;
            }
            .about-f .content .right .tit .list p a{
                color:#1f9179;
            }

            .honor{
                width:100%;
                background-color:#fff;
                position: relative;
                padding-bottom: 1.2rem;
            }
            .honor-tit{
                width:100%;
                font-size: 1.2rem;
                color:#333;
                font-weight: 500;
                text-align: center;
                line-height:0;
            }
            .honor-content{
                width:100%;
                padding-top:1.5rem;
            }
            .honor-content ul{
                width:100%;
            }
            .honor-content ul li{
                width:24%;
                float: left;
                margin-right: 1.2%;
            }
            .honor-content ul li:nth-child(4n){
                margin-right: 0;
            }
            .honor-content ul li .box{
                width:100%;
                height:100%;
                position: relative;
            }
            .honor-content ul li .box .img{
                width:100%;
                position: relative;
                border: 1px solid #eee;
            }
            .honor-content ul li .box .img img{
                width:100%;
            }
            .honor-content ul li .box .txt{
                font-size: 0.4rem;
                color:#333;
                padding-top:0.5rem;
                padding-bottom:1rem;
            }
            .page{
                width:100%;
                text-align: center;
                position: relative;
                padding:1.2rem 0;
            }
            .pagenrgth{
                width:100%;
                font-size: 0px;
                display:inline-block;
                margin:0;
                vertical-align:top; 
            }
            .page a{
                text-align: center;
                display:inline-block;
                width:1.05rem;
                height:1.05rem;
                border: 1px solid #eee;
                line-height:1.05rem;
                font-size: 0.4rem;
                vertical-align:top; 
                margin-right: 0.2rem;
                color:#333;
                transition:all 0.3s;
                background-color: #fff;
            }
            .page a[rel=next],
            .page a[rel=prev]
            {
                background-image: url(../img/l1.png);
                background-position: center;
                background-repeat:no-repeat;
            }
            .page a[rel=next]{
                transform:rotate(180deg);
            }
            .page a.active{
                background-color:#1f9179;
                color:#fff;
            }
            .fixed{
             position: fixed; 
             top:2.5rem;
             left:0;
         }
         .honor_diog{
            position: fixed;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            overflow: hidden;
            display: none;
            cursor: pointer;
            z-index: 999;
        }
        .honor_diog .mask{
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background-color: #000;
            opacity: .8;
        }
        .honor_diog .box{
            position: absolute;
            left: 50%;
            top: 50%;
            width: 50%;
            background-color:#fff;
            transform: translate(-50%, -50%);
            position: absolute;
        }
        .honor_diog .box .close{
            display:block;
            width: 1.125rem;
            height: 1.125rem;
            background-image: url('../img/c1.png');
            background-repeat: no-repeat;
            background-position: center;
            cursor: pointer;
            transition: all .3s;
        }
        .honor_diog .box .img{
            width:100%;
            text-align: center;
            padding-top:2rem;
            padding-bottom:2rem;
        }
        .honor_diog .box .img img{
            max-width: 80%;
        }
        .honor_diog .box .txt{
            font-size: 14px;
            line-height:1.5;
            padding-top:0.6rem;
            font-size: #333;
            padding:0.6rem 3rem 2rem;
        }
        .honor_diog .box .txt .p1{
            font-size: 0.6rem;
        }
        .product {
            width:100%;
            position: relative;
        }
        .product_main{
            padding: 0 8.3334%;
            position: relative;
        }
        .navsub{
            width:20%;
            border-bottom: 1px solid #eee;
            margin-top: -0.75rem;
            float: left;
        }
        .navsub .top{
            height:0.75rem;
            width:100%;
            background-color:#1f9179;
            border:0;
        }

        .navsub .navsuba{
            display:block;
            width:100%;
            height:1.65rem;
            padding:0 1rem;
            line-height:1.65rem;
            font-size: 0.4rem;
            color:#666;
            box-sizing:border-box;
            border-left: 1px solid #eee;
            border-right: 1px solid #eee;
        }
        .navsub a p{
            width:100%;
            border-bottom:1px solid #eee;
            font-size: 0.48rem;
            font-weight: 700;
        }
        .navsub .on{
            background-color:#f2f2f2;
            color:#1f9179;
            border-right:0;
        }
        .toa{
            position: absolute;
            top:-4.2rem;
            width:10%;
            height:1px;
        }
        .shownavsub{
            width:71.5%;
            position: absolute;
            top :-0.75rem;
            background-color:#f2f2f2;
            height:12.3rem;
            z-index:99;
            left: 24.7%;
            display: none;
        }
        .shownavsub .txt{
         padding:1.5rem 2.1rem;
         font-size: 0.35rem;
         color:#333;
         line-height:1.375rem;
     }
     .shownavsub .txt div{
        border-bottom:1px solid #ccc;
    }
    .shownavsub .txt a{
        display:inline-block;
        width:18%;
        color:#333;
    }
    .shownavsub .txt a:first-child{
        font-size: 0.42rem;
        font-weight:600;
    }
    .product_main .content{
        width:77.125%;
        float: right;
    }
    .product_main .content .tit{
        font-size: 1.2rem;
        color:#333;
        text-align: left;
        padding-bottom:0.75rem;
        line-height:1;
        padding-top:0.75rem;
    }
    .pro-seach{
        width:100%;
        height:1.675rem;
        border:1px solid #eee;
    }
    .pro-seach form{
        width:100%;
        height:100%;
        position: relative;
    }
    .pro-seach form .text{
        width:90%;
        height:100%;
        position:absolute;
        left:0;
        top:0;
    }
    .pro-seach form .submit{
        width:5%;
        height:100%;
        position:absolute;
        right:0;
        top:0;
        background-color:#fff;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('../img/search-btn.png');
    }
    .pro-product{
        width:100%;
        padding-top:0.4rem;
        padding-bottom:2.5rem;
    }
    .pro-product ul{
        width:100%;
    }
    .pro-product ul li{
        width:32%;
        float: left;
        height:7.875rem;
        border:1px solid #eee;
        margin-right: 1.6%;
        margin-bottom:0.75rem;
    }
    .pro-product ul li:nth-child(3n){
        margin-right: 0;
    }
    .pro-product ul li .box{
        width:100%;
        height:100%;
    }
    .pro-product ul li .box .img{
        width:100%;
        height:6.2rem;
        text-align: center;
        overflow: hidden;
    }
    .pro-product ul li .box .img img{
        width:100%;
        height:100%;
        transition: all 0.8s;
    }
    .pro-product ul li .box .txt{
        width:100%;
        height:1.675rem;
        background-color:#f2f2f2;
    }
    .pro-product ul li .box .txt span{
        font-size: 0.5rem;
        color:#333;
        line-height:1.675rem;
        margin-left: 0.6rem;
    }
    .pro-product ul li .box .txt span:last-child{
        font-size: 0.35rem;
        color:#999999;
    }
    .pro-product .page{
        text-align: left;
    }
    .pro-header{
        width:100%;
        background-color:#f2f2f2;
        padding-bottom:1.25rem;
    }
    .pro-main{
        padding:0 4.0rem;
    }
    .pro-main .pro-breadcrumb{
        padding-top:1.2rem;
        padding-bottom:0.6rem;
    }
    .pro-breadcrumb a{
        display:inline-block;
        font-size: 0.35rem;
        color:#999999;
    }
    .pro-breadcrumb a.on{
        color:#1f9179;
    }
    .pro-header .tit{
    }
    .pro-header .tit div{
        font-size: 1.2rem;
        color:#333;
        line-height:1;
    }
    .pro-header .tit a{
        display:block;
        width:2.65rem;
        height:0.75rem;
        background-color:#1f9179;
        color:#fff;
        text-align: center;
        line-height:0.75rem;
        float: right;
        border-radius:0.375rem;
    }
    .pro-content{
        width:100%;
        background-color:#fff;
    }
    .pro-banner{
        width:100%;
        height:13.75rem;
        overflow: hidden;
        position: relative;
        padding-bottom:1.5rem;
    }
    .pro-banner .swiper-slide .img{
        width:100%;
        height:100%;
        position: relative;
    }
    .pro-banner .swiper-slide .img img{
        position: absolute;
        top:50%;
        left:50%;
        transform:translate(-50% , -50%);
    }
    .pro-banner .party-pagination{
        margin-top: 0;
    }
    .pro-list{
        width:100%;
        height:16.05rem;
        background-color:#fff;
        border-top:1px solid #eee;
        padding-top:1rem;
    }
    .pro-list li{
        width:49%;
        float: left;
        border-bottom:1px solid #eee;
        box-sizing:border-box;
        margin-right:2%;
        font-size: 14px;
        line-height:1.25rem;
    }
    .pro-list li:nth-child(2n){
        margin-right: 0;
    }
    .pro-list li span:nth-child(2){
        color:#999999;
        margin-left: 0.4rem;
    }
    .pro-list li:last-child{
        width:100%;
        border-bottom:0;
    }
    .pro-list li .txt{
        width:100%;
        height:5.0rem;
        box-sizing:border-box;
        padding: 0 15px;
        border: 1px solid #eee;
    }
    .pro-footer {
        width:100%;
        height:2.5rem;
        text-align: center;
        background-color:#1f9179;
        color:#fff;
        font-size: 0.6rem;
        line-height:2.5rem;
    }
    .pro-footer img{
        width:0.95rem;
        height:0.95rem;
        margin-right: 0.4rem;
    }
    .sev-content{
        width:100%;
        background-color:#f2f2f2;
    }
    .sev-content .tit{
        text-align: center;
        width:100%;
        padding-bottom:2.0rem;
    }
    .sev-content .tit .p1{
        font-size: 1.2rem;
        color:#333;
        font-weight: 500;
        padding-top:1.5rem;
        padding-bottom:0.5rem;
        line-height:1;
    }
    .sev-content .tit .p2{
        font-size: 0.6rem;
        color:#333;
        line-height:1;
        padding-bottom:0.6rem;
    }
    .sev-content .tit .p3{
        font-size: 0.4rem;
        color:#333;
        line-height:0.8rem;
        padding: 0 4rem;
    }
    .sev-content .img{
        width:100%;
    }
    .sev-content .img img{
        width:100%;
    }
    .sev-content .list{
        width:100%;
        background-color:#fff;
        margin-top:-4.75rem;
        padding-top: 5.4rem;
        padding-bottom:4rem;
    }
    .sev-content .list .box{
        width:49%;
        border: 1px solid #eee;
        height:8.25rem;
    }
    .sev-content .list .box .txt{
        padding:1.125rem 1.125rem;
        font-size: 0.4rem;
        color:#333;
    }
    .sev-content .list .box .txt .big{
        font-size: 0.6rem;
        font-weight: 500;
        line-height:1.2;
        padding-bottom:0.3rem;
    }
    .sev-content .tit .p4{
        font-size: 1.2rem;
        color:#333;
        font-weight: 500;
        padding-top:1.5rem;
        line-height:1;
    }
    .sev-content .list .box2{
        width:100%;
        border-top:1px solid #eee;
        position: relative;
    }
    .sev-content .list .box2:last-child{
        border-bottom:1px solid #eee;
    }
    .sev-content .list .box2:after{
        content:'';
        position:absolute;
        width:6.75rem;
        height:1px;
        background-color:#1f9179;
        top:0;
        left:0;
    }
    .sev-content .list .box2 .txt{
        padding:1rem 0 1rem 1rem;
        font-size: 0.4rem;
        color:#333;
    }
    .sev-content .list .box2 .txt .big{
        font-size: 0.6rem;
        font-weight: 500;
        line-height:1.2;
        padding-bottom:0.3rem;
    }
    .news-banner{
        width:100%;
        overflow: hidden;
        padding-top:1.75rem;
        position: relative;
        padding-bottom:1rem;
        overflow: hidden;
    }
    .news-a{
        width:100%;
        padding-bottom:1.75rem;
        background-color:#f2f2f2;
        position: relative;
        overflow: hidden;
    }
    .news-banner .swiper-slide{
        width:31%;
        margin-right: 1rem;
    }
    .news-banner .swiper-slide .box{
        width:100%;
    }
    .news-banner .swiper-slide .box .img{
        width:100%;
        overflow: hidden;
    }
    .news-banner .swiper-slide .box .img img{
        width:100%;
        transition: all .8s;
    }
    .news-banner .swiper-slide .box .tit{
        padding-top:0.4rem;
        line-height:1.5;
        font-size: 0.4rem;
        font-weight: 500;
        color:#333;
    }
    .news-banner .swiper-slide .box .tit p{
        margin-bottom:0.4rem;
    }
    .news-b{
        width:100%;
        padding-top:1.375rem;
        padding-bottom:1rem;
    }
    .news-b .tit{
        font-size: 1.2rem;
        text-align: center;
        line-height:1;
        margin-bottom: 1rem;
    }
    .news-b .box{
        width:100%;
        padding:0.4rem;
        border-top:1px solid #eee;
        border-bottom:1px solid #eee;
        margin-bottom: 0.6rem;
        position: relative;
        height:5.5rem;
        box-sizing:border-box;
    }
    .news-b .box .img {
        width: 8.35rem;
        height: 4.5rem;
        display: inline-block;
        vertical-align: top;
    }
    .news-b .box .img img {
        width: 100%;
        height: 100%;
    }
    .news-b .box .txt{
        text-align: left;
        display:inline-block;
        height:100%;
        width:60%;
        padding-left:1rem;
        vertical-align:top;
        line-height:1.5;
    }
    .news-b .box .txt .p3{
        padding-top: 0.4rem;
        font-size: 0.35rem;
        color: #999999;
        line-height: 0.75rem;
        height: 1.5rem;
        overflow: hidden;
    }
    .news-b .box .txt .p1{
        font-size: 0.45rem;
        color:#333;
        font-weight: 700;
        padding-bottom:0.2rem;
    }
    .news-b .box .right{
        position: absolute;
        width:0.325rem;
        height:0.675rem;
        background-image: url(../img/r2.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        right:1.25rem;
        top:50%;
        transform:translateY(-50%);
    }
    .notice-a{
        width:100%;
        height:13.0rem;
        box-sizing:border-box;
        padding:1.75rem 0;
        background-color:#f2f2f2;
    }
    .notice-a .box{
        width:100%;
        height:9.25rem;
        background-color:#fff;
        padding:1.5rem 1.5rem;
        box-sizing:border-box;
    }
    .notice-a .box .img{
        width:30%;
        display:inline-block;
    }
    .notice-a .box .img img{
        width:100%;
    }
    .notice-a .box .txt{
        display:inline-block;
    }
    .notice-a .box .txt{
        text-align: left;
        display:inline-block;
        height:100%;
        padding-left:0.4rem;
        vertical-align:top;
        line-height:1.5;
        box-sizing:border-box;
        width:65%;
    }
    .notice-a .box .txt .p3{
        padding-top:1.25rem;
        font-size: 0.35rem;
        color:#999999;
        line-height:1.5;
    }
    .notice-a .box .txt .p1{
        font-size: 0.4rem;
        color:#333;
        font-weight: 500;
        padding-bottom:0.2rem;
    }
    .notice-b {
        width:100%;
        padding-top:1.375rem;
        padding-bottom:1rem;
    }
    .notice-b .box{
        width:100%;
        height:3.05rem;
        border: 1px solid #eee;
        position:relative;
        margin-bottom: 0.6rem;
    }
    .notice-year{
        display:inline-block;
        width:3.25rem;
        height:100%;
        background-color:#f2f2f2;
        text-align: center;
        position: relative;
    }
    .notice-year .number{
        position: absolute;
        top:50%;
        left:50%;
        transform:translate(-50% ,-50%);
        font-size: 0.3rem;
        color:#999999;
    }
    .notice-year .number .p1{
        font-size: 0.9rem;
        
        line-height:1;
    }
    .notice-b .box .tit{
       text-align: left;
       display:inline-block;
       position: absolute;
       top:50%;
       left:3.5rem;;
       transform:translateY(-50%);
       padding-left:0.4rem;
       vertical-align:top;
       line-height:1.5;
       box-sizing:border-box;
       font-size: 0.35rem;
       color:#999999;
   }
   .notice-b .box .tit .p1{
    font-size: 0.4rem;
    font-weight: 500;
    color:#333;
    padding-bottom:0.4rem;
}
.notice-b .box .tit .p2{
  white-space: nowrap; 
  overflow: hidden;
  text-overflow:ellipsis;
}
.party-tit{
    font-size: 1.2rem;
    text-align: center;
    line-height:1;
    /*padding-top:1.75rem*/
}
.party-a{
    width:100%;
    /*height:18.5rem;*/
    background-color:#f2f2f2;
    position: relative;
    overflow: hidden;
    padding:1.75rem 0;
}
.party-banner .swiper-slide{
    width:31%;
    margin-right: 1rem;
}
.party-banner .swiper-slide .box{
    width:100%;
}
.party-banner .swiper-slide .box .img{
    width:100%;
    overflow: hidden;
    height:9rem;
}
.party-banner .swiper-slide .box .img img{
    width:100%;
    height:100%;
    transition: all .8s;
}
.party-banner .swiper-slide .box .tit{
    padding-top:0.4rem;
    line-height:.7rem;
    font-size: 0.4rem;
    font-weight: 500;
    color:#333;
    height:1.4rem;
    overflow: hidden;
}
.party-banner .swiper-slide .box .tit{
    margin-bottom:0.4rem;
}
.party-banner{
    width:100%;
    overflow: hidden;
    /*padding-top:1.75rem;*/    
    position: relative;
    /*padding-bottom:1rem;*/
    margin-top: .75rem;
    overflow: hidden;
}
.party-pagination{
    width:100%;
    font-size: 0;
    text-align:center;
    margin-top:1.6rem;
}
.party-pagination .swiper-pagination-bullet{
    display:inline-block;
    *display:inline;
    zoom:1;
    width:0.3rem;
    height:0.3rem;
    background-color:#797979;
    border-radius:50%;
    margin: 0 .25rem;
}
.party-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color:#1f9179;
}
.party-more{
    display: block;
    width:4rem;
    height:1.375rem;
    font-size: 0.4rem;
    line-height:1.375rem;
    color:#333333;
    border:1px solid #ccc;
    text-align: center;
    box-sizing:border-box;
    position: relative;
    margin:1.1rem auto 0;
    transition:all .4s;
}
.party-more em{
    color:#ccc;
    padding-left:0.2rem;
}
.party-a .party-btn{
    width:100%;
    text-align: center;
    /*position: absolute;*/
    bottom:1rem;
}
.party-b{
    width:100%;
    padding: 1.8rem 0 3.25rem;
    position: relative;
}
.party-b .left{
    width:50%;
    float: left;
    overflow: hidden;
    margin-top:1.55rem;
    height: 12.0rem;
}
.party-b .left a{
    width:100%;
    height:100%;
    display:none;
    background-size: cover;
    background-position: 0;
}
.party-b .left img{
    width:100%;
}
.party-b .right{
    width:50%;
    float: right;
    margin-top:1.55rem;
    height: 12.0em;
    padding-left: 0.75rem;
    box-sizing: border-box;
}
.party-b .right .item{
    width:100%;
    height:9.0rem;
}
.party-b .right .tit{
    border-bottom:1px solid #eee;
    box-sizing:border-box;
    padding-left: 0.775rem;
    overflow: hidden;

}
.party-b .right .tit.curopt{
    border-bottom:0;
    padding:0.775rem 1.25rem 1.5rem 1.125rem;
    border:1px solid #eee;
}
.party-b .right .tit.curopt .p1{
    line-height: 0.75rem !important;
}
.party-b .right .tit .p1{
    font-size: 0.4rem;
    color: #333;
    font-weight: 700;
    line-height: 0.75rem;
    margin-bottom: 0.2rem;
}
.party-b .right .tit .p3{
    font-size: 0.35rem;
    color: #999;
    line-height: 0.625rem;
    margin-top: 0.4rem;
    height: 1.25rem;
    opacity:0;
    overflow: hidden;
}
.party-b .right .tit .time{
    opacity:0;
}
.party-b .right .tit.curopt .p3{
    opacity:1;
}
.party-b .right .tit.curopt .time{
    opacity:1;
}
.party-b .right .txt{
    line-height: 1.75rem;
    height: 1.75rem;
    border-bottom: 1px solid #ccc;
    padding-left: 0.5rem;
    font-size: 0.4rem;
    color: #333;
    overflow: hidden;
} 

.party-b-btn{
    width:100%;
    text-align: left;
/*    position: absolute;
bottom:1rem;*/
}
.party-b-more{
    display: block;
    width:4rem;
    height:1.2rem;
    font-size: 0.4rem;
    line-height:1.2rem;
    color:#333333;
    border:1px solid #ccc;
    text-align: center;
    box-sizing:border-box;
    position: relative;
    margin:1.8rem  0 0;
    transition:all .4s;
}
.party-b-more em{
    color:#ccc;
    padding-left:0.2rem;
}
.wit{
    color: #fff;
}
.party-c{
    width:100%;
    padding: 1.8rem 0 3.25rem;
    height: 16.975rem;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    position: relative;
}
.party-c .whbox{
    width: 100%;
    margin-top: 2.0rem;
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
}
.party-c .item{
    height: 7.2rem;
    float: left;
    margin-right: 1%;
    cursor: pointer;
    position: relative;
    background-color: rgba(62,66,68,.7);
}
.party-c .item .box img{
    margin-bottom: 0.2rem;
}
.party-c .item .box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    opacity: 1;
}
.party-c .item .bigbox{
    width:100%;
    background-color:#1f9179;
    color: #fff;
    height: 100%;
    text-align: left;
    padding:1.65rem 1.375rem 0 1.375rem;
    box-sizing: border-box;
    line-height: 1.5;
    position: relative;
    opacity: 0;
}
.party-c .item .bigbox .tit{
    font-size: 0.8rem;
    margin-bottom: 0.2rem;
    font-weight: 700;
}
.party-c .item .bigbox .p1{
    font-size: 0.6rem;
    width: 80%;
}
.party-c .item .bigbox img{
    position: absolute;
    right: 8%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}
.party-c .item:last-child{
    margin-right:0;
}
.party-c .item.curopt .bigbox{
    opacity: 1;
}
.party-c .item.curopt .box{
    opacity: 0;
}

.party-e{
    width:100%;
    padding: 1.8rem 0 1.8rem;
    position: relative;
}
.party-e-list .item{
    width:24%;
    margin-right: 1%;
    float: left;
    margin-bottom: 0.6rem;
}
.party-e-list .item:last-child{
    margin-right: 0;
}
.party-e-list .item .box{
    width:100%;
}
.party-e-list .item .box .img{
    width:100%;
    overflow: hidden;
}
.party-e-list .item .box .img img{
    width:100%;
    transition: all .8s;
}
.party-e-list .item .box .tit{
    padding-top:0.4rem;
    line-height:.7rem;
    font-size: 0.4rem;
    font-weight: 500;
    color:#333;
    height:1.4rem;
    overflow: hidden;
}
.party-e-list .item .box .tit{
    margin-bottom:0.4rem;
}
.party-e-list{
    width:100%;
    overflow: hidden;
    /*padding-top:1.75rem;*/    
    position: relative;
    /*padding-bottom:1rem;*/
    margin-top: .75rem;
    overflow: hidden;
}
.job-a{
    width:100%;
    padding:2rem 0 .6rem;
    background-color: #f2f2f2;
    position: relative;
}
.job-a .conect{
    height: 2.875rem;
    margin-top: 0.8rem;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    position: relative;
}
.job-a .conect .left{
    float: left;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.job-a .conect .txt{
    font-size: 0.45rem;
    color: #333;
}
.job-a .conect .txt span{
    color:#1f9179;
}
.job-a .conect .right{
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.job-a .conect .right .setor {
    width: 7.125rem;
    height: 1.175rem;
    background-color: #666;
    display: inline-block;
    border:1px solid #eee;
}
.setor .item {
    cursor: pointer;
    width: 100%;
    padding: 0 0.2rem;
    height: 100%;
    box-sizing: border-box;;
}
.setor .select {
    position: relative;
}
.setor .select .sector-tit {
    display: block;
    width: 7.125rem;
    height: 100%;
    line-height: 1.175rem;
    box-sizing: border-box;
    font-size: .35rem;
    color: #fefefe;
    background-repeat: no-repeat;
    background-position: 90% center;
    background-image: url(../img/sss8.png);
}
.setor .select .sub {
    display: none;
    position: absolute;
    left: -.2rem;
    top: 1.175rem;
    width:  7.125rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 4.8rem;
    overflow: auto;
}
.setor .select .sub a {
    display: block;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #fefefe;
    background-color: #666;
    border-bottom: 1px solid #eee;
    font-size: .4rem;
    box-sizing: border-box;
    transition: all .2s;
    padding-left: 0.2rem;
}
.job-a-list{
    width: 100%;
    cursor:pointer;
}
.list-header{
    background-color: #e6e6e8;
    line-height: 1.775rem;
    height: 1.775rem;
    border: 1px solid #ccc;
    margin: 0;
    margin-top: 0.75rem;
}
.list-header div{
   display: inline-block;
   padding-left: 0.925rem;
   box-sizing: border-box;
   font-size: 0.4rem;
   color: #333;
   white-space: nowrap; 
   overflow: hidden;
   text-overflow:ellipsis;
}
.list-name{
    width: 24.375%;
    border-right: 1px solid #ccc;
}
.list-city{
    width: 24.375%;
}
.list-type{
    width: 50%;
    border-right: 1px solid #ccc;
}
.list-body{
    background-color: #fff;
    line-height: 1.775rem;
    height: 1.775rem;
    border: 1px solid #ccc;
    margin: 0;
    margin-top: 0.4rem;
}
.list-body div{
   display: inline-block;
   padding-left: 0.925rem;
   box-sizing: border-box;
   font-size: 0.4rem;
   color: #333;
   white-space: nowrap; 
   overflow: hidden;
   text-overflow:ellipsis;
}
.job-a .content{
    width: 100%;
}
.list-main{
    width: :100%;
    box-sizing: border-box;
    padding: 1.0rem;
    background-color: #fff; 
    display: none;
}
.list-body.on{
    background-color:#1f9179;
}
.list-body.on div{
 color:#fff;
}
.list-main .tit{
    color: #010d2c;
    font-size: 0.45rem;
    font-weight: 500;
    line-height: 2;
}
.list-main .txt{
    color: #010d2c;
    font-size: 0.35rem;
    line-height: 1.5;
    padding-bottom: 1.0rem;
    border-bottom: 1px solid #eee;
}
.list-main a{
    display: block;
    margin-top: 0.75rem;
    width: 3.25rem;
    height: 0.925rem;
    background-color:#1f9179;
    color:#fff; 
    text-align: center;
    line-height: 0.925rem;
    font-size: 0.35rem;
    box-sizing:border-box;
    transition:  all 0.3s;
}
.ajax-wrap .list-name{
    border-right: 0;
}
.ajax-wrap .list-type{
    border-right: 0;
}
.job-b{
    width:100%;
    padding:2rem 0 .6rem;
    background-color: #f2f2f2;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    height: 17.5rem;
    position: relative;
}
.job-b-tit{
    font-size: 1.2rem;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.job-b-tit .p1{
    font-size: 0.4rem;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-top: 0.6rem;
}
.job-b-main{
    width: 100%;
    margin-top: 1rem;
}
.job-b-main form{
    width: 100%;
}
.job-b-main form .left{
    float: left;
    width: 48%;
}
.job-b-main form .right{
    float: right;
    width: 48%;
}
.job-b-main form  .box{
    width: 100%;
    height: 1.325rem;
    margin-bottom: 0.7rem;
    background-color: rgba(255,255,255,.1);
    border-radius:5px;
}
.job-b-main form  .box .lab{
    float: left;
    height: 1.325rem;
    line-height: 1.325rem;
    font-size: 0.35rem;
    color: #fff;
    text-align: left;
    padding-left: 0.6rem;
    box-sizing: border-box;
    margin-right: 2%;
}
.job-b-main form .box input{
    float: left;
    width: 80%;
    height: 1.325rem;
    background-color: transparent;
    line-height: 1.325rem;
    font-size: 0.35rem;
    color: #fff;
}
.job-b-main form .box.yzm img{
    position: absolute;
    right:-6rem;
    height:100%;
}
.job-b-main form .box .setor2 {
 float: left;
 width: 80%;
 height: 1.325rem;
 background-color: transparent;
 line-height: 1.325rem;
 font-size: 0.35rem;
 color: #fff;
}
.setor2 .item {
    cursor: pointer;
    width: 100%;
    padding: 0 0.2rem;
    height: 100%;
    box-sizing: border-box;;
}
.setor2 .select {
    position: relative;
}
.setor2 .select .sector-tit {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1.325rem;
    box-sizing: border-box;
    font-size: .35rem;
    color: #fff;
    background-repeat: no-repeat;
    background-position: 100% center;
    background-image: url(../img/sss8.png);
}
.setor2 .select .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 1.325rem;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 4.8rem;
    overflow: auto;
}
.setor2 .select .sub a {
    display: block;
    height: 1.325rem;
    line-height: 1.325rem;
    color: #fefefe;
    background-color: rgba(255,255,255,.1);
    border-bottom: 1px solid #eee;
    font-size: .4rem;
    box-sizing: border-box;
    transition: all .2s;
    padding-left: 0.2rem;
}
.job-b-main form .box.inp4{
    height: 5.325rem;
}
.job-b-main form .box.yzm{
    width: 40%;
    position: relative;
}
.job-b-main form .box.yzm input{
    width: 50%;
}
.job-b-main form .box.inp4 textarea{
    height: 100%;
    width: 80%;
    background-color: transparent;
    font-size: 0.35rem;
    color: #fff;
    padding-top:.3rem;
    padding-right: .6rem;
    box-sizing: border-box;
}
.submit{
    width: 3.3rem;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.35rem;
    color: #fff;
    background-color: #1f9179;
    border-radius:5px;
}
@media (max-width: 767px){
  .vidcontainer .closevid{
    width: 1rem;
    height: 1rem;
    top: -1.5rem;
    right: 0;
}
.vidcontainer .video-dialog{
    width: 90%;
}
}
@media (min-width: 1025px){
    .vidcontainer .closevid:hover{
        transform: rotate(90deg);
    }
}




.newsinfo-box{
    padding: 1.75rem 0 3.1rem;
}
.newsinfo-view{
    width: 71.875%;
    margin: 0 auto;
}
.view{
    padding: 0 9.375%;
}
.newsinfo-box .bread{
    margin-bottom: 1rem;
}
.bread{
    font-size: 0;
}

.bread a,
.bread span{
    font-size: .35rem;
    line-height: .4rem;
    color: #7e7e80;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.bread span{
    margin: 0 .2rem;
}
.bread a.cur{
    color: #3974ba;
}

.bread .home{
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .4rem;
    background-image: url('../img/home-icon.png');
}

.newsinfo-box .tit-box{
    text-align: center;
    padding-bottom: .5rem;
    border-bottom: 1px solid rgba(27,27,27,.08);
}
.newsinfo-box .title{
    font-size: .8rem;
    line-height: 1rem;
    color: #000;
}
.newsinfo-box .sub-tit{
    margin-top: 1.25rem;
    font-size: 0;
}
.newsinfo-box .sub-tit .time,
.newsinfo-box .sub-tit .num,
.newsinfo-box .sub-tit .divide,
.newsinfo-box .sub-tit .share-box{
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: .35rem;
    line-height: .4rem;
    color: #262626;
}
.newsinfo-box .sub-tit .divide{
    width: 1px;
    height: 10px;
    background-color: #bfbfbf;
    margin: 0 .45rem;
}
.newsinfo-box .sub-tit .num{
    padding-left: .7rem;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url('../img/look.png');
    background-size: .5rem;
}
.newsinfo-box .sub-tit .share-box .tit,
.newsinfo-box .sub-tit .share{
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.newsinfo-box .sub-tit .share{
    margin-left: .2rem;
}
.newsinfo-box .sub-tit .share a{
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: .5rem;
    height: .5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 0;
    margin: 0 .2rem 0 0;
}
.newsinfo-box .sub-tit .share .bshare-weixin{
    background-image: url('../img/share-icon1.png');
}
.newsinfo-box .sub-tit .share .bshare-sinaminiblog{
    background-image: url('../img/share-icon2.png');
}
.newsinfo-box .con{
    font-size: 16px;
    line-height: .9rem;
    color: #4c4c4c;
    margin-top: 1.5rem;
}
.newsinfo-box .con img{
    max-width: 100%;
    height: auto!important;
}
.newsinfo-box .ctrl-box{
    margin-top: 2.5rem;
    padding-top: 1rem;
    border-top: 1px solid rgba(27,27,27,.08);
}
.newsinfo-box .ctrl{
    float: left;
    width: 50%;
}
.newsinfo-box .ctrl a{
    display: block;
    font-size: .375rem;
    line-height: .75rem;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.newsinfo-box .ctrl-box .back-btn{
    float: right;
    width: 3.7rem;
    height: 1rem;
    line-height: 1rem;
    text-align: center;
    border-radius: .5rem;
    background-color: #1f9179;
    border: 2px solid #1f9179;
    transition: all .3s;
    display: block;
    font-size: 0;
}
.newsinfo-box .ctrl-box .back-btn span{
    display: inline-block;
    *display: inline;
    zoom: 1;
    padding-left: .6rem;
    font-size: .375rem;
    color: #fff;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: .425rem;
    background-image: url('../img/back-icon.png');
    transition: all .3s;
}

.result-box{
    padding: 5rem 0 2rem 0;
}
.result-box .result-tit{
    font-size: .6rem;
    line-height: .7rem;
    color: #666;
}
.result-box .sub-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .sub-nav .swiper-slide{
    margin-right: 1.75rem;
}
.result-box .sub-nav .swiper-slide a:after{
    display: none;
}
.result-box .sub-nav .swiper-slide.cur a{
    font-weight: normal;
}
.result-box .result-list{
    margin-top: 1.25rem;
}
.result-box .pro-list .row{
    margin: 0 -.35rem;
}
.result-box .pro-list .item{
    box-sizing: border-box;
    padding: 0 .35rem;
    margin-bottom: .7rem;
}
.result-box .pro-list .con-box{
    display: block;
}
.result-box .pro-list .img{
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.result-box .pro-list img{
    width: 100%;
}
.result-box .pro-list .text{
    margin-top: .4rem;
}
.result-box .pro-list .tit{
    font-size: .45rem;
    line-height: .55rem;
    color: #333;
    transition: all .2s;
}
.result-box .pro-list .more{
    font-size: .3rem;
    line-height: .4rem;
    color: #666;
    margin-top: .25rem;
    transition:all .2s;
}
.result-box .news-lists .row{
    margin: 0 -.75rem;
}
.result-box .news-lists .news-item{
    padding: 0 .75rem;
    box-sizing: border-box;
}
.result-box .news-lists .con-box{
    display: block;
    padding: .5rem 0 .5rem .75rem;
    position: relative;
    font-size: .35rem;
    line-height: .4rem;
    color: #666;
    border-bottom: 1px dotted #ddd;
    transition: all .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .3s;
}
.result-box .news-lists .con-box:before{
    content: "";
    position: absolute;
    left: .25rem;
    top: 50%;
    width: 6px;
    height: 6px;
    background-color: #888888;
    border-radius: 100%;
    transform: translateY(-50%);
    transition: all .2s;
}
.search-nav{
    overflow: hidden;
}
.search-nav .swiper-slide{
    width: auto;
    margin-right: 2.5rem;
}
.search-nav .swiper-slide:last-child{
    margin-right: 0;
}
.search-nav .swiper-slide a{
    display: block;
    font-size: .35rem;
    line-height: 1.5rem;
    color: #555;
    transition: all .3s;
}
.search-nav .swiper-slide a:before{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #f48b21;
    transition: all .3s;
    
}
.search-nav .swiper-slide a:after {
    display: block;
    content: attr(title);
    font-weight: bold;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.search-nav .swiper-slide.cur a{
   color: #f48b21;
}
.search-nav .swiper-slide.cur a:before{
    width: 100%;
}

.result-box .search-nav{
    border-bottom: 1px solid #e5e5e5;
    margin-top: .5rem;
}
.result-box .search-nav .swiper-slide{
    margin-right: 1.75rem;
}
.result-box .search-nav .swiper-slide a:after{
    display: none;
}
.result-box .search-nav .swiper-slide.cur a{
    font-weight: normal;
    background-color: #fff;
}
.result-box .page{
    margin-top: 1.25rem;
}
@media (max-width: 1680px) {
    .about-b-content .linebox .line{
        margin-left: 0.35rem;
    }
}

@media (max-width: 1366px) {}



.backtop-1 {
    position: fixed;
    bottom: 2rem;
    right: .5%;
    background-color: rgba(0, 0, 0, 0.22);
    cursor: pointer;
    height: 50px;
    padding: 0;
    margin: 0;
    width: 50px;
    z-index: 1111;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 10%);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    ransition: all 0.7s cubic-bezier(0.23, 1, 0.32, 1);
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}
@media(max-width: 1024px){
    .backtop-1{
        display: none;
    }
}
.backtop-1.active {
    opacity: 1;
}

.backtop-1 svg {
    height: 20px;
    width: 20px;
    fill: #fff;
    -webkit-animation: start-backtop-1 1.5s infinite ease-in-out;
    animation: start-backtop-1 1.5s infinite ease-in-out;
}


@keyframes start-backtop-1 {
  0% {
     opacity: 0;
     -webkit-transform: translate(0, 5px);
     transform: translate(0, 5px);
 }
 30% {
  opacity: 0;
  -webkit-transform: translate(0, 5px);
  transform: translate(0, 5px);
}
40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
100% {
 opacity: 0;
 -webkit-transform: translate(0px, -6px);
 transform: translate(0px, -6px);
}
}


